home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00077.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  234 b   |  10 lines

  1. on mouseUp
  2.   if the movieRate of sprite 28 = -1 then
  3.     set the movieTime of sprite 28 to 0
  4.     set the movieRate of sprite 28 to 1
  5.   else
  6.     set the movieTime of sprite 28 to 0
  7.     set the movieRate of sprite 28 to -1
  8.   end if
  9. end
  10.